home *** CD-ROM | disk | FTP | other *** search
- /*
- * java.lang.Compiler.c
- *
- * Copyright (c) 1996 Systems Architecture Research Centre,
- * City University, London, UK.
- *
- * See the file "license.terms" for information on usage and redistribution
- * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * Written by Tim Wilkinson <tim@sarc.city.ac.uk>, February 1996.
- */
-
- #include <assert.h>
- #include <native.h>
- #include "java.lang.Compiler.h"
-
- void
- java_lang_Compiler_initialize()
- {
- abort();
- }
-
- long /* bool */
- java_lang_Compiler_compileClass(struct Hjava_lang_Class* class)
- {
- abort();
- }
-
- long /* bool */
- java_lang_Compiler_compileClasses(struct Hjava_lang_String* str)
- {
- abort();
- }
-
- struct Hjava_lang_Object*
- java_lang_Compiler_command(struct Hjava_lang_Object* obj)
- {
- abort();
- }
-
- void
- java_lang_Compiler_enable()
- {
- abort();
- }
-
- void
- java_lang_Compiler_disable()
- {
- abort();
- }
-